home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 November
/
CMCD1104.ISO
/
Software
/
Shareware
/
Utilitare
/
picozip
/
PicoZipSetup.exe
/
{app}
/
PicoZip.exe
/
0
/
RCDATA
/
TFMUUENCODE
/
TFMUUENCODE.txt
Wrap
Text File
|
2004-09-09
|
3KB
|
129 lines
object fmUUEncode: TfmUUEncode
Left = 518
Top = 436
HelpContext = 290
BorderStyle = bsDialog
Caption = 'UUEncode'
ClientHeight = 184
ClientWidth = 381
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnActivate = FormActivate
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 8
Width = 69
Height = 13
Caption = 'Input &Filename'
FocusControl = rxfedInput
end
object Label2: TLabel
Left = 8
Top = 48
Width = 88
Height = 13
Caption = '&Encoded Filename'
FocusControl = rxfedOutput
end
object laSpanSize: TLabel
Left = 152
Top = 96
Width = 68
Height = 13
Caption = '&Spanning Size'
FocusControl = cbSpanSize
end
object rxfedInput: TJvFilenameEdit
Left = 8
Top = 24
Width = 265
Height = 21
DialogOptions = [ofFileMustExist]
DialogTitle = 'Select Input File'
ButtonFlat = False
NumGlyphs = 1
TabOrder = 0
end
object rxfedOutput: TJvFilenameEdit
Left = 8
Top = 64
Width = 265
Height = 21
DialogOptions = [ofOverwritePrompt, ofPathMustExist]
DialogTitle = 'Save Encoded File As ...'
ButtonFlat = False
NumGlyphs = 1
TabOrder = 1
OnEnter = rxfedOutputEnter
end
object rgEncode: TRadioGroup
Left = 8
Top = 96
Width = 129
Height = 81
Caption = 'Encoding Method'
ItemIndex = 0
Items.Strings = (
'&UUEncode'
'&XXEncode'
'&Base64')
TabOrder = 2
OnClick = rgEncodeClick
end
object buOK: TButton
Left = 296
Top = 16
Width = 75
Height = 25
Caption = '&OK'
Default = True
TabOrder = 4
OnClick = buOKClick
end
object buCancel: TButton
Left = 296
Top = 48
Width = 75
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 5
end
object cbSpanSize: TComboBox
Left = 152
Top = 112
Width = 121
Height = 21
Style = csDropDownList
ItemHeight = 13
ItemIndex = 0
TabOrder = 3
Text = 'No Spanning'
Items.Strings = (
'No Spanning'
'100 KB'
'720 KB'
'1.2 MB'
'1.4 MB'
'2.8 MB')
end
object buHelp: TButton
Left = 296
Top = 80
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 6
OnClick = buHelpClick
end
end